home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Field Lingo.dir / Scripts_23_Character Operations Command 1.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  87 b   |  5 lines

  1. on mouseDown
  2.   doButton()
  3.   put length(field "Test") into field "Test Word Length"
  4. end
  5.